ObjectStore

data class ObjectStore(name: String, keyPath: KeyPath, autoIncrement: Boolean, indexes: List<ObjectStoreIndex>)

Object store.

Constructors

ObjectStore
Link copied to clipboard
fun ObjectStore(name: String, keyPath: KeyPath, autoIncrement: Boolean, indexes: List<ObjectStoreIndex>)

Properties

autoIncrement
Link copied to clipboard
val autoIncrement: Boolean
If true, object store has auto increment flag set.
indexes
Link copied to clipboard
val indexes: List<ObjectStoreIndex>
Indexes in this object store.
keyPath
Link copied to clipboard
val keyPath: KeyPath
Object store key path.
name
Link copied to clipboard
val name: String
Object store name.

Sources

jvm source
Link copied to clipboard